home *** CD-ROM | disk | FTP | other *** search
- object ScratchSpreadForm: TScratchSpreadForm
- Left = 242
- Top = 340
- Width = 571
- Height = 232
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- Caption = 'Scratch Results'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PopupMenu = PopupMenu1
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object tsGrid1: TtsGrid
- Left = 0
- Top = 0
- Width = 563
- Height = 203
- Align = alClient
- AlwaysShowEditor = False
- BorderStyle = bsNone
- CheckBoxStyle = stCheck
- ColMoving = False
- Cols = 2
- DefaultRowHeight = 20
- ExportDelimiter = ','
- FixedColCount = 1
- FixedLineColor = clNone
- FocusColor = clHighlight
- FocusFontColor = clHighlightText
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- GridMode = gmBrowse
- HeadingFont.Charset = ANSI_CHARSET
- HeadingFont.Color = clWindowText
- HeadingFont.Height = -11
- HeadingFont.Name = 'MS Sans Serif'
- HeadingFont.Pitch = fpVariable
- HeadingFont.Style = []
- HeadingHeight = 20
- HeadingParentFont = False
- HeadingVertAlignment = vtaCenter
- HeadingWordWrap = wwOff
- ParentFont = False
- ParentShowHint = False
- ResizeRows = rrNone
- RowBarAlignment = vtaCenter
- RowChangedIndicator = riAutoReset
- RowMoving = False
- Rows = 2
- SelectionType = sltColor
- SelectFixed = False
- ShowHint = True
- TabOrder = 0
- ThumbTracking = True
- Version = '2.20.24'
- VertAlignment = vtaCenter
- WordWrap = wwOff
- XMLExport.Version = '1.0'
- XMLExport.DataPacketVersion = '2.0'
- OnCellChanged = tsGrid1CellChanged
- OnCellLoaded = tsGrid1CellLoaded
- OnDblClickCell = tsGrid1DblClickCell
- OnKeyDown = tsGrid1KeyDown
- ColProperties = <
- item
- DataCol = 1
- Col.HeadingButton = cbNone
- Col.HeadingHorzAlignment = htaRight
- Col.Is3D = True
- Col.ReadOnly = True
- Col.HorzAlignment = htaRight
- end>
- end
- object PopupMenu1: TPopupMenu
- Left = 29
- Top = 72
- object GetCurrentTabsData1: TMenuItem
- Caption = 'Get Current Tab'#39's Data'
- OnClick = GetCurrentTabsData1Click
- end
- object Lineupwithtopofspreadsheet1: TMenuItem
- Caption = 'Line up with top of spreadsheet'
- OnClick = Lineupwithtopofspreadsheet1Click
- end
- object Lineupwithleftsideofspeadsheet1: TMenuItem
- Caption = 'Line up with left side of speadsheet'
- OnClick = Lineupwithleftsideofspeadsheet1Click
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object Showcelldetaildoubleclick1: TMenuItem
- Caption = 'Show cell detail (double-click)'
- OnClick = Showcelldetaildoubleclick1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object SelectAll1: TMenuItem
- Caption = 'Select All'
- ShortCut = 16449
- OnClick = SelectAll1Click
- end
- object CopySelection1: TMenuItem
- Caption = 'Copy Selection'
- ShortCut = 16451
- OnClick = CopyClick
- end
- object CopyAll1: TMenuItem
- Tag = 1
- Caption = 'Copy All'
- OnClick = CopyClick
- end
- object CopySelectionwithtitles1: TMenuItem
- Tag = 2
- Caption = 'Copy Selection with titles'
- OnClick = CopyClick
- end
- object CopyAllwithtitles1: TMenuItem
- Tag = 3
- Caption = 'Copy All with titles'
- OnClick = CopyClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Close1: TMenuItem
- Caption = 'Close'
- OnClick = Close1Click
- end
- object Close21: TMenuItem
- Caption = 'Close2'
- ShortCut = 122
- Visible = False
- OnClick = Close21Click
- end
- end
- end
-